home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
PRINTER
/
FLOCHRT.ARJ
/
HARD.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-03-19
|
845b
|
38 lines
echo off
cls
echo UNPACK ROUTINE - HARD DRIVE SYSTEMS
echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
echo Have you made a backup copy of your original Micro Star disk yet?
echo"
echo This batch file will unpack the necessary files into the \FLODRAW
echo subdirectory on your C: drive.
echo"
echo Press 'Y' to continue or 'N' to stop.
ms_ask
if errorlevel 2 goto continue
if errorlevel 1 goto endit
if errorlevel 0 goto endit
goto endit
:continue
cls
echo Insert Micro Star disk in drive A
echo"
pause
c:
md \flodraw
cd \flodraw
a:disk1
a:disk2
cls
echo Unpacking complete.
echo"
echo To access the FLODRAW program type CD \FLODRAW
echo"
echo To get started with the program type FLODRAW
echo To run the demo/tutorial type FLODRAW DEMO
echo To print out the documentation type PRINTDOC
:endit
echo"